This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Carol Nimkroter 12.Dec.03 03:39 AM a Web browser Domino DesignerAll ReleasesAll Platforms
I found part of answer I asked.The Domino toolkit for Java have some internal bug.When I replace the Notes.jar and NCSO.jar with newer two, some of my problem corrected.
But now I have another problem when I coding:
Session s = NotesFactory.createSession("TKServer:63148","teken","00000000");
when this code running ,the console of remote server shows:
"
DIIOP Server: 127.0.0.1 connected
DIIOP Server: 127.0.0.1 disconnected
"
but the application didn't response for a long time,after timeout throw blow error:
NotesException: Could not open Notes session: org.omg.CORBA.COMM_FAILURE: java.net.ConnectException: Connection timed out: connect Host: 10.1.150.219 Port: 63148 vmcid: 0x0 minor code: 1 completed: No